FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package de.gecco#1.0.5 (141 ms)

Package de.gecco
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=de.gecco@1.0.5&canonical=https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/diagnostic-report-radiology
Url https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/diagnostic-report-radiology
Version 1.0.5
Status active
Date 2021-09-08
Name DiagnosticReportRadiology
Title Diagnostic Report Radiology
Experimental False
Description Radiological findings in the context of an infection with SARS-CoV-2
Type DiagnosticReport
Kind resource

Resources that use this resource

StructureDefinition
https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/radiology-procedures Radiology Procedures

Resources that this resource uses

ValueSet
https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/radiology-findings Radiology Findings


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "gecco-diagnostic-report-radiology",
  "url" : "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/diagnostic-report-radiology",
  "version" : "1.0.5",
  "name" : "DiagnosticReportRadiology",
  "title" : "Diagnostic Report Radiology",
  "status" : "active",
  "date" : "2021-09-08",
  "publisher" : "Charité",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.bihealth.org/en/research/core-facilities/interoperability/"
        }
      ]
    }
  ],
  "description" : "Radiological findings in the context of an infection with SARS-CoV-2",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "workflow",
      "uri" : "http://hl7.org/fhir/workflow",
      "name" : "Workflow Pattern"
    },
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "DiagnosticReport",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "DiagnosticReport.category",
        "path" : "DiagnosticReport.category",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.category.coding",
        "path" : "DiagnosticReport.category.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 2,
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.category.coding:loinc",
        "path" : "DiagnosticReport.category.coding",
        "sliceName" : "loinc",
        "min" : 1,
        "max" : "1",
        "patternCoding" : {
          "system" : "http://loinc.org",
          "code" : "18726-0"
        },
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.category.coding:loinc.system",
        "path" : "DiagnosticReport.category.coding.system",
        "min" : 1
      },
      {
        "id" : "DiagnosticReport.category.coding:loinc.code",
        "path" : "DiagnosticReport.category.coding.code",
        "min" : 1
      },
      {
        "id" : "DiagnosticReport.category.coding:diagnostic-service-sections",
        "path" : "DiagnosticReport.category.coding",
        "sliceName" : "diagnostic-service-sections",
        "min" : 1,
        "max" : "1",
        "patternCoding" : {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code" : "RAD"
        },
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.category.coding:diagnostic-service-sections.system",
        "path" : "DiagnosticReport.category.coding.system",
        "min" : 1
      },
      {
        "id" : "DiagnosticReport.category.coding:diagnostic-service-sections.code",
        "path" : "DiagnosticReport.category.coding.code",
        "min" : 1
      },
      {
        "id" : "DiagnosticReport.code",
        "path" : "DiagnosticReport.code",
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.code.coding",
        "path" : "DiagnosticReport.code.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.code.coding:loinc",
        "path" : "DiagnosticReport.code.coding",
        "sliceName" : "loinc",
        "min" : 1,
        "max" : "1",
        "patternCoding" : {
          "system" : "http://loinc.org",
          "code" : "18748-4"
        },
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.code.coding:loinc.system",
        "path" : "DiagnosticReport.code.coding.system",
        "min" : 1
      },
      {
        "id" : "DiagnosticReport.code.coding:loinc.code",
        "path" : "DiagnosticReport.code.coding.code",
        "min" : 1
      },
      {
        "id" : "DiagnosticReport.subject",
        "path" : "DiagnosticReport.subject",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "http://hl7.org/fhir/StructureDefinition/Group"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.effective[x]",
        "path" : "DiagnosticReport.effective[x]",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.conclusionCode",
        "path" : "DiagnosticReport.conclusionCode",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true,
        "binding" : {
          "strength" : "preferred",
          "valueSet" : "https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/radiology-findings"
        }
      },
      {
        "id" : "DiagnosticReport.conclusionCode.coding",
        "path" : "DiagnosticReport.conclusionCode.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.conclusionCode.coding:snomed",
        "path" : "DiagnosticReport.conclusionCode.coding",
        "sliceName" : "snomed",
        "min" : 1,
        "max" : "1",
        "patternCoding" : {
          "system" : "http://snomed.info/sct"
        },
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.conclusionCode.coding:snomed.system",
        "path" : "DiagnosticReport.conclusionCode.coding.system",
        "min" : 1
      },
      {
        "id" : "DiagnosticReport.conclusionCode.coding:snomed.code",
        "path" : "DiagnosticReport.conclusionCode.coding.code",
        "min" : 1
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.